home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / doraemon_fishing.swf / scripts / frame_3 / DoAction.as
Text File  |  2011-01-13  |  149b  |  9 lines

  1. if(_root.getBytesLoaded() >= _root.getBytesTotal() * 0.6)
  2. {
  3.    gotoAndPlay(_currentframe + 1);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(_currentframe - 1);
  8. }
  9.